All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.ImageRep | +----com.apple.alpha.app.CustomImageRep
NSCustomImageRep
.
[[NSCustomImageRep
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithDrawSelector:delegate:
on a newly allocated object.
- delegate
Objective-C instance method.
- drawSelector
Objective-C instance method.
protected CustomImageRep(boolean shouldAllocate, int objcObject)
public CustomImageRep()
[[NSCustomImageRep
alloc] init]
.
public CustomImageRep(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public CustomImageRep(Selector aMethod, Object anObject)
- initWithDrawSelector:delegate:
on a newly allocated object.
public native Selector drawMethod()
- drawSelector
Objective-C instance method.
public native Object delegate()
- delegate
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index